Undocumented functions of NTDLL

2OO7, 29 April


NtSetEventBoostPriority
NtSetEventBoostPriority

NTSYSAPI 
NTSTATUS
NTAPI

NtSetEventBoostPriority(
IN HANDLE EventHandle );



Function NtSetEventPriorityBoost was added in Windows XP system. Has the same functionality as NtSetEvent, but thread that is waiting on specified Event will be executed immediatelly after context switch, regardless of waiting thread's priority.
Requirements:
Library: ntdll.lib


See also:
EVENT_TYPE
NtCreateEvent
NtOpenEvent
NtSetEvent